Forum des exercices du projet Zuul

Exercice 7.7

  
 
Avatar anonfirstname2 anonlastname2
Exercice 7.7
par anonfirstname2 anonlastname2, mardi 7 mars 2017, 16:43
 
  1. Make a similar change to the printLocationInfo method of Game so that the details of the exits are now prepared by the Room rather than the Game.
  2. Define a method in Room with the following signature public String getExitString() .

  3. Comprenez-vous pourquoi il est logique de demander à Room de produire les informations sur ses sorties (et ne pas lui demander de les afficher), et pourquoi il est logique de demander à Game d'afficher ces informations (et ne pas lui demander de les produire) ?